home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM BV3
/
BMUG PD-ROM Version BV3 (CDRM1097900).iso
/
HyperCard
/
Education
/
Weights & Measures
/
card_3893.txt
< prev
next >
Wrap
Text File
|
1991-10-27
|
12KB
|
527 lines
-- card: 3893 from stack: in
-- bmap block id: 5224
-- flags: 4000
-- background id: 2785
-- name:
----- HyperTalk script -----
on calculate
global x
set lockscreen to true
put 0.304799999985*.304799999985 into c
put x/1000000 into card field 1
put x into card field 2
put x*10000 into card field 3
put x * 1000000 into card field 4
put (x / c) /(5280^2) into card field 5
put (x / c) /9 into card field 6
put (x / c) into card field 7
put (x/c)* 144 into card field 8
put x/1000 into card field 9
put x /4046.856422 into card field 10
put x/10000 into card field 11
put x/(c*100) into card field 12
set lockscreen to false
end calculate
-- part 1 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=8 top=91 right=113 bottom=116
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Kilometer
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it * 1000000 into x
calculate
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=8 top=159 right=181 bottom=117
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Meters
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it into x
calculate
end mouseUp
-- part 3 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=8 top=112 right=131 bottom=116
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 4 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=8 top=180 right=199 bottom=117
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 5 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=9 top=224 right=246 bottom=117
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Centimeters
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it/10000 into x
calculate
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=10 top=290 right=312 bottom=118
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Millimeters
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it/ 1000000 into x
calculate
end mouseUp
-- part 7 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=9 top=245 right=264 bottom=117
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 8 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=10 top=311 right=331 bottom=118
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 9 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=188 top=112 right=131 bottom=295
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 10 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=189 top=159 right=178 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 11 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=189 top=262 right=280 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 13 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=190 top=312 right=331 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 15 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=188 top=91 right=113 bottom=295
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Miles
----- HyperTalk script -----
on mouseUp
global x
put .304799999985 into c
ask "Enter Value"
put it *(c*5280)^2 into x
calculate
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=189 top=139 right=160 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Yards
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put .304799999985 into c
put it *(c*3)^2 into x
calculate
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=189 top=241 right=263 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Feet
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value in DECIMAL"
put .304799999985 into c
put it *c*c into x
calculate
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=190 top=291 right=313 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SQ Inches
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value in DECIMAL"
put .304799999985 into c
put it *(c/12)^2 into x
calculate
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=348 top=91 right=113 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Donnum
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it * 1000 into x
calculate
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=347 top=159 right=181 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acre
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it *4046.856422 into x
calculate
end mouseUp
-- part 22 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=348 top=112 right=131 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 23 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=347 top=180 right=199 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 24 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=347 top=247 right=266 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 25 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=347 top=226 right=248 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hectar
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value"
put it * 10000 into x
calculate
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=189 top=191 right=213 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Squares
----- HyperTalk script -----
on mouseUp
global x
ask "Enter Value in DECIMAL"
put .304799999985 into c
put it*100*c*c into x
calculate
end mouseUp
-- part 27 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=189 top=212 right=232 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part contents for card part 3
----- text -----
0.000001
-- part contents for card part 4
----- text -----
0.92903
-- part contents for card part 7
----- text -----
9290.303999
-- part contents for card part 8
----- text -----
929030.399909
-- part contents for card part 9
----- text -----
0
-- part contents for card part 10
----- text -----
1.111111
-- part contents for card part 11
----- text -----
10
-- part contents for card part 13
----- text -----
1440
-- part contents for card part 22
----- text -----
0.000929
-- part contents for card part 24
----- text -----
0.000093
-- part contents for card part 23
----- text -----
0.00023
-- part contents for card part 27
----- text -----
0.1
-- part contents for background part 5
----- text -----
1 --,square kilometers,kilometers square,square kilometer,kilometer square,sq kilometers,kilometers sq,sq kilometer,kilometer sq,square km,km sqaure,sq km, km sq,k2,km2,klm2,sqaure klm,square klm,
2 --,square meters,square meter,meters square,meter square,sq meters,meters sq,sq meter,meter sq,ms,m2,meters2,
3 --,square centimeter,centimeter square,,square centimeters,centimeters square,sq centimeters,centimeters sq,sq centimeter,centimeter sq,sq cms,cms sq,sq cm,cm sq,cm2,cms,scm,
4 --,square millimeters,millimeters square,square millimeter,millimeter square,sq millimeters,millimeters sq,sq millimeter,millimetr sq,sq mm,mm sq,smm,mm2,mlm 2,
5 --,square miles,miles square,square mile,mile square,sq miles,miles sq,sq mile,mile sq,mi2,miles2,sq mi,mi sq,
6 --,square yards,yards square,,square yard,yard square,sq yards,yards sq,,sq yard,yard sq,sq yd,yd sq,y2,yd2,yards2,
7 --,square feet,square foot,foot square,feet square,square ft,square foot,sq ft,sq feet,ft2,sqf,fsq,f2,ft sq,fs,sf,
8 --,square inches,inches square,square inche,inche square,sq inches,inches sq,sq inche,inche sq,sq in,in sq,in2,sqi,inche2
9 --,donnum,donom,dunum,dunom,dunnum,donnom,dunnom,donum,dm,donnums,donoms,dunums,dunoms,dunnums,donnoms,dunnoms,donums,
10 --acres,acre,
11 --,hectars,hectar,hc,ht,hr,
12 --,squares,square,100 square feet,100ft2,100 feet square,100 square foot,hundred square feet,100 foot square,100 feet square,100 square ft,100sq ft,100sq feet,100ft2,100 sqf,100fsq,100f2,100ft sq,100fs,100sf,100 sq ft,100 sq feet,100 sq foot,100sq foot,100 ft2,100sqf,100 f2,100 fs,100 sf,